Google Calendar Scope
AutomatR.GoogleCalendar.Activities.GoogleCalendarScope
The "Google Calendar Scope" activity in AutomatR is part of the Google Calendar activities package, enabling automation processes to set up Google Calendar with OAuth authentication for a user. This activity facilitates the integration of Google Calendar functionality into your workflows.
Properties
Name | Description |
---|---|
Input | |
Client ID | Enter the client ID for your Google Calendar User's account. String variables containing the client ID. |
Client Secret Key | Enter the Client Secret Key for your Google Calendar User's account. String variables containing the client secret key. |
Refresh Token | Click to browse for the refresh token and select the mail ID associated with your Google Calendar account. This enables the capture of the API token required to access your Google Calendar account. AuthDetails variable containing the refresh token and associated mail ID. |
Misc | |
Display Name | Provides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name. |
Optional | |
Delay | Specifies the amount of time (in seconds) to wait before executing the "Google Calendar Scope" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e. 1. |
How to use:
- Drag and drop the "Google Calendar Scope" activity onto the workflow.
- Configure the properties by providing the client ID, client secret key, and refresh token associated with your Google Calendar account.
- Optionally, configure the delay and customize the display name.
- Connect subsequent activities within the "Google Calendar Scope" activity to perform operations on Google Calendar.
Example: Consider an example where the "Google Calendar Scope" activity is used to set up Google Calendar authentication for a user:
Google Calendar Scope:
Display Name: "Setup Google Calendar"
Client ID: "your_client_id"
Client Secret Key: "your_client_secret_key"
Refresh Token: refreshTokenDetails
In this example, the activity sets up Google Calendar authentication for a user using the provided client ID, client secret key, and refresh token details. The result can be utilized in subsequent Google Calendar activities within the same scope.